Micron Document
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| SparkN0de-git | SparkN0de |
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


Commit 360dc92883d7807d16a458514e459c06b49c71c0


Parents : 81dcc82
Author : Sudo-Ivan <ivan@quad4.io>
Signature : Signature validation error
Date : 2026-01-04T00:03:36-06:00

docs(docker-compose): update comments to clarify automated permission handling and user execution for reticulum-meshchatx

Changes

1 files changed, 2 insertions(+), 0 deletions(-)


Diff

diff --git a/docker-compose.dev.yml b/docker-compose.dev.yml
index e10d2726..b7e46eee 100644
--- a/docker-compose.dev.yml
+++ b/docker-compose.dev.yml
@@ -6,6 +6,8 @@ services:
container_name: reticulum-meshchatx
image: reticulum-meshchatx:local
restart: unless-stopped
+ # Permission handling is now automated in the Dockerfile via su-exec
+ # reticulum-meshchatx will run as user 'meshchat' (UID 1000)
security_opt:
- no-new-privileges:true
# Make the meshchat web interface accessible from the host on port 8000


──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────